home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / datature / datamstr / install.bat < prev    next >
Encoding:
DOS Batch File  |  1992-08-18  |  432 b   |  23 lines

  1. echo off
  2. if (%1)==() goto whoops
  3. cls
  4. echo Now installing Data Master on Drive %1... sit back and relax
  5. md %1:\dm
  6. copy dmaster.exe %1:\dm
  7. %1:
  8. cd\dm
  9. dmaster
  10. cls
  11. echo    The subdirectory \DM contains Data Master and documentation
  12. echo    files.
  13. echo.
  14. echo    Installation complete. Ready to start Data Master.
  15. echo.
  16. pause
  17. cls
  18. dm
  19. goto quit
  20. :whoops
  21. echo You forgot to type a drive letter, please try again...
  22. :quit
  23.